home *** CD-ROM | disk | FTP | other *** search
/ Champak 145 / (Vol 145) Dec 21 2011.iso / Games / kill-the-dragons.swf / scripts / DefineSprite_367 / frame_1 / DoAction.as
Encoding:
Text File  |  2011-12-21  |  223 b   |  11 lines

  1. c = 0;
  2. while(c < 20)
  3. {
  4.    duplicateMovieClip("point","p" + c,16384 + (100 - c));
  5.    this["p" + c].PA = "p" + (c - 1);
  6.    this["p" + c].shape.gotoAndStop(c + 1);
  7.    c++;
  8. }
  9. p0.PA = "follow";
  10. point._visible = false;
  11.